Add gtk_offscreen_window_new() prototype to gtkoffscreenwindow.h
authorCody Russell <crussell@canonical.com>
Fri, 18 Dec 2009 13:37:12 +0000 (14:37 +0100)
committerCody Russell <bratsche@gnome.org>
Mon, 28 Dec 2009 15:33:41 +0000 (09:33 -0600)
gtk/gtkoffscreenwindow.h

index 3aef9065b9e74c9b4c5cfb919f5ad19b9f3b892e..90d99879278f9b7b3e562e23a51a13afe0332456 100644 (file)
@@ -29,7 +29,9 @@ struct _GtkOffscreenWindowClass
   GtkWindowClass parent_class;
 };
 
-GType   gtk_offscreen_window_get_type () G_GNUC_CONST;
+GType      gtk_offscreen_window_get_type () G_GNUC_CONST;
+
+GtkWidget *gtk_offscreen_window_new ();
 
 G_END_DECLS